Spread Silverlight Documentation
Item Property (NotifyCollectionBase<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > NotifyCollectionBase<T> Class : Item Property
Gets or sets the item at the specified index.
Syntax
'Declaration
 
Public Overridable Default Property Item( _
   ByVal index As System.Integer _
) As T
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim index As System.Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public virtual T this[ 
   System.int index
]; {get; set;}

Parameters

index

Property Value

The item index.
See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members